ArcGIS Runtime SDK for WPF - Library Reference
StartAsync(Action<LocalService>) Method
See Also 
ESRI.ArcGIS.Client.Local Namespace > LocalService Class > StartAsync Method : StartAsync(Action<LocalService>) Method

callback
An Action representing the local service that has been started.
Start the local service creation process. The callback delegate will be called when the start process is complete.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub StartAsync( _
   ByVal callback As Action(Of LocalService) _
) 
C# 
public void StartAsync( 
   Action<LocalService> callback
)

Remarks

The callback action will always be called even if an error was encountered starting the local service. It is recommended that you check the Error property to confirm the start was successful.

Parameters

callback
An Action representing the local service that has been started.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.